home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr18 / qmp15inf.zip / QMPRO150.TXT
Text File  |  1993-06-15  |  7KB  |  158 lines

  1. //tak**********************************************************************
  2.     This file contains a list of features in QmodemPro for v1.5 ONLY
  3.  
  4.         ≈≈  TAKnet Information Service  Fort Wayne, Indiana  ≈≈
  5.                      ≈≈  Tuesday; June 15, 1993 ≈≈
  6. //tak**********************************************************************
  7.  
  8. QmodemPro v1.50
  9.  
  10. Note:  see 'ripinfo.txt' for more complete information on RIP
  11.  
  12.    RIP information
  13.  
  14.    To enable conection to BBS systems making use of the new RIPscrip
  15.    graphical emulation you must set the Terminal Emulation for that
  16.    dialing directory entry to RIPscrip.  Everything else is automatic.
  17.    Once in graphics mode you can return to text mode by pressing Alt Z
  18.    to get the familiar QmodemPro Menu Bar.
  19.  
  20.    If you intend to make use of RIPscrip you must set up a directory to
  21.    store ICONS which are a part of the RIP emulation.  To do so, invoke
  22.    the QmodemPro Config option by pressing Alt Z followed by C for
  23.    Config.  Then select the Path Definitions choice and fill in an
  24.    appropriate path to hold your ICON files.  This may be a path similar
  25.    to C:\QMPRO\ICONS\    After entering a path, exit QmodemPro and
  26.    create the directory on your disk.  Copy ICONS.EXE from your QMPRO
  27.    home directory to this new ICONS directory and execute it there to
  28.    extract the .ICN files.  After doing so you can erase ICONS.EXE to
  29.    save space.
  30.  
  31.    The balance of this file is a new feature list.
  32.  
  33. -  Added full support for RIPscrip graphics including mouse support from
  34.    remote.  To activate RIP set the terminal emulation for the terminal
  35.    or any dialing directory entry to RIP.
  36.  
  37.    Note that RIP makes use of EGA graphics and may not be used on
  38.    systems without EGA capability.
  39.  
  40.    Attention DESQview users.  QmodemPro fully utilizes the DESQview
  41.    mouse API to allow the mouse to be active in multiple re-sized
  42.    DESQview windows.  However, the DESQview mopuse API does not provide
  43.    a method of switching to EGA graphics mode and continuing to make use
  44.    of the mouse.  If you intend to make use of the mouse in RIP
  45.    emulation you must either leave DESQview and run QmodemPro from DOS
  46.    or use DESQview/X which fully supports switching to a grphical mouse
  47.    cursor.  We regret this situation, and are working with Quarterdeck
  48.    Office Systems for an alternative solution.
  49.  
  50.    QmodemPro switches from text to graphics mode automatically when
  51.    triggered by a RIP-capable host, and can be manually switched back by
  52.    pressing the menu key, Alt Z.  This switch is very quick except when
  53.    running under Windows.  When Windows is detected, the RIP switching
  54.    between text and graphics takes a little longer because it has to
  55.    write the graphics screen contents to a file and then restore it when
  56.    it switches back. Non-windows users will not experience this disk
  57.    write delay.
  58.  
  59. -  Quicklearn fully supports recording of RIP screens including mouse
  60.    clicks, for playback.  Two new Script commands have been added,
  61.    RIPKEY  and  RIPMOUSE.
  62.  
  63.       RIPKEY [character]  This is the HOTKEY character of a Rip Button
  64.       if one exists on the graphics screen.  During playback, it will
  65.       simulate pressing the hotkey for that character and the button
  66.       will execute.
  67.  
  68.       RIPMOUSE [X coord] [Y coord]  This records the position of the
  69.       mouse pointer when the mouse is clicked on a mouse button or mouse
  70.       region. During playback, it will simulate moving the mouse pointer
  71.       to the x,y coordinates specified and clicking the left mouse
  72.       button.
  73.  
  74. -  Fixed a long-standing bug in the Script processor when it had to deal
  75.    with WAITFOR commands that used expanded Ctrl character sequences.
  76.    It was possible for Quicklearn to Record a Script that it could not
  77.    play back correctly.  I found this when dealing with the new RIP
  78.    script commands above.
  79.  
  80. -  A red dashed box appears on the screen when a RIP ICON Load command
  81.    is received but does not exist in your ICONS directory.
  82.  
  83. -  The button support in RIP mode acts just like Windows and QmPro
  84.    Dialogs.  Holding the mouse button down and moving off the button,
  85.    will "unclick", and moving back on the button will "re-click" it. If
  86.    you release the mouse button when it is "unclicked", the command is
  87.    ignored.
  88.  
  89. -  Changes were made to the FAX code and timing to allow it to operate
  90.    better with a wider variety of FAX modems.
  91.  
  92. -  Changed the Fax code to allow a ^L Formfeed character to eject a page
  93.    and start a new one.  The ^L -MUST- be the only character on the line
  94.    and be in column 1 of the document.  If either of these fail then the
  95.    page will not eject.
  96.  
  97. -  Added remote/local printer support to VT100, VT102, VT220 and VT320.
  98.    The new commands now supported include ESC[4i, ESC[5i, ESC[0i,
  99.    ESC[?1i, ESC[?4i, ESC[?5i, ESC[?19h, ESC[?19l, ESC[?18h, ESC[?18l.
  100.  
  101. -  Fixed a bug in the VTxxx emulation color code ESC[0m to reset the
  102.    correct color.
  103.  
  104. -  Made a fix to the VT100+ emulations to ignore some of the VT52
  105.    commands that would not be trapped normally.
  106.  
  107. -  Minor bug fix to the ESC T command in Wyse50 emulation.  If this was
  108.    done on the last line, the screen would scroll up one line when it
  109.    shouldn't.
  110.  
  111. -  Fixed an annoyance (not really a bug) in Zmodem Download where it
  112.    would flush the incoming buffer after the transfer and there was a
  113.    chance that the BBS had sent info after the transfer that you
  114.    wouldn't see.
  115.  
  116. -  Fixed Alt+K so it was QuickLearn'able.  It was not recording the
  117.    DEVICE command in the learned script.
  118.  
  119. -  Added support for the Doorway Remote Printer redirection in ANSI and
  120.    RIP modes.  Redirection prints to the defined printer (or file) as
  121.    defined in Config/Files/Filename/Printer ID.
  122.  
  123. -  Made a minor change to the Ymodem/G Upload process to catch the first
  124.    "G" from a remote a little quicker.  Should save 3-5 seconds in the
  125.    startup phase.
  126.  
  127. -  Added a "/NOLOGO" command line option.  This will skip the ANSI logo
  128.    and delay when QmPro is loaded.
  129.  
  130. -  Corrected a problem with the Shell to DOS code.  If a system has a
  131.    16550 and it was enabled in the Device config, after a Shell it was
  132.    not being re-enabled.  This also affected some external protocols.
  133.  
  134. -  Users who are connecting to the J&L NCS Int14 Servers can now use the
  135.    ArtiCom Interface for correct connections.  J&L use a slight
  136.    variation of the Int14 standard, and with a small change to the
  137.    ArtiCom, it works for both systems.
  138.  
  139. -  Included the new RPI software V.42bis and MNP5 support for those 2400
  140.    baud modems that can take advantage of it.  This requires the V42.DRV
  141.    file to be located in the same directory as QMPRO.EXE.
  142.  
  143. -  Included support for NCSI/ACS² network interface.  This is a slight
  144.    variation to the NASI/NACS code.
  145.  
  146. -  Fixed the problem with the CIS B+ downloads not switching to the
  147.    Default DL Directory automatically.
  148.  
  149. -  Fixed a script STRING bug in script processing.  If a master script
  150.    called a nested script used the STRING command many times, the
  151.    duplicate definitions were not caught and caused the string table to
  152.    overflow.  Now, when a nested script uses the STRING command, if the
  153.    string already exists it is cleared.  If it doesn't, it is added to
  154.    the String table.
  155.  
  156. //tak**********************************************************************
  157.  
  158.